home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.sept.archive / 000058_crash!cbos.uc.edu!USR1400A_Fri, 24 Sep 93 03:11:24 PST.msg < prev    next >
Text File  |  1993-11-02  |  1KB  |  26 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Fri, 24 Sep 93 03:11:24 PST
  3. Received: from cbos.uc.edu by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0og14U-0000qXC; Thu, 23 Sep 93 17:31 PDT
  5. Received: by cbos.uc.edu (3.5/1.0)
  6.         id AA18745; 23 Sep 93 20:34:39 +2000
  7. Return-Path: <USR1400A@cbos.uc.edu>
  8. Date: 23 Sep 93 20:30:00 +2000
  9. Message-Id: <199309232034.AA18745@cbos.uc.edu>
  10. From: USR1400A@cbos.uc.edu
  11. To: amigae@bkhouse.cts.com
  12. Subject: Problem with {Procname} and AddTask
  13.  
  14. You showed us the C source which worked (except for the declaration of
  15. the task) and based on what you have said I assume that it works. You
  16. said that your E code didn't wrok correctly. I suggest that you do two
  17. things, 1. be more specific about how your code fails (or doesn't work) and
  18. 2. post a code fragment showing how you called AddTask, including  the
  19. definition for the item passed as the first parameter (the task) and the
  20. code you used to initialize the required fields of the task structure AND
  21. the code you used to allocate the stack for the added task. BTW, please
  22. remember that E code assumes that a4 and a5 are set appropriatly. If you
  23. are not using any global items (those defined prior to the first PROC) then
  24. you need not worry about a4 unless you reference any of the E-provided
  25. "procedures" such as CleanUp, WriteF, etc.. But E does assume that any
  26. parameters/local variables are addressed via a5.